Uses of Interface
net.anwiba.commons.lang.functional.IBlock
-
Packages that use IBlock Package Description net.anwiba.commons.lang.functional net.anwiba.commons.lang.optional net.anwiba.commons.lang.primitive net.anwiba.commons.lang.visitor -
-
Uses of IBlock in net.anwiba.commons.lang.functional
Methods in net.anwiba.commons.lang.functional that return IBlock Modifier and Type Method Description default IBlock<E>IBlock. then(IBlock<E> block)Methods in net.anwiba.commons.lang.functional with parameters of type IBlock Modifier and Type Method Description default IBlock<E>IBlock. then(IBlock<E> block) -
Uses of IBlock in net.anwiba.commons.lang.optional
Methods in net.anwiba.commons.lang.optional with parameters of type IBlock Modifier and Type Method Description <E extends java.lang.Exception>
IIfIf. excecute(IBlock<E> block)<E extends java.lang.Exception>
IIfIIf. excecute(IBlock<E> consumer)<E extends java.lang.Exception>
IIfIf. or(IBlock<E> block)<E extends java.lang.Exception>
IIfIIf. or(IBlock<E> consumer)IOptional<T,E>IOptional. or(IBlock<E> block) -
Uses of IBlock in net.anwiba.commons.lang.primitive
Methods in net.anwiba.commons.lang.primitive with parameters of type IBlock Modifier and Type Method Description default <E extends java.lang.Exception>
voidIBooleanProvider. isFalse(IBlock<E> block)default <E extends java.lang.Exception>
voidIBooleanProvider. isTrue(IBlock<E> block) -
Uses of IBlock in net.anwiba.commons.lang.visitor
Methods in net.anwiba.commons.lang.visitor with parameters of type IBlock Modifier and Type Method Description BlockVisitor<K,E>BlockVisitor. defaultCase(IBlock<E> function)BlockVisitor<K,E>BlockVisitor. ifCase(IBlock<E> function, K... keys)static <E extends java.lang.Exception>
BlockVisitor<java.lang.Class,E>ClassVisitors. ifCase(IBlock<E> function, java.lang.Class... keys)static <K extends java.lang.Enum<K>,E extends java.lang.Exception>
BlockVisitor<K,E>EnumVisitors. ifCase(IBlock<E> function, K... keys)
-