public class Delegates extends Object
Modifier and Type | Class and Description |
---|---|
static class |
Delegates.Delegate0 |
static class |
Delegates.Delegate1<X> |
static class |
Delegates.Delegate2<X,Y> |
static class |
Delegates.Delegate3<X,Y,Z> |
Constructor and Description |
---|
Delegates() |
Modifier and Type | Method and Description |
---|---|
static <X> Action1<X> |
combine(Action1<X> first,
Action1<X> second) |
static <X,Y> Function1<X,Y> |
combine(Function1<X,Y> first,
Function1<X,Y> second) |
static Action0 |
delegate0() |
static <X> Action1<X> |
delegate1() |
static <X,Y> Action2<X,Y> |
delegate2() |
static <X,Y,Z> Action3<X,Y,Z> |
delegate3() |
Copyright © 2016. All Rights Reserved.