Package com.fizzed.rocker.runtime
Class WithBlock
java.lang.Object
com.fizzed.rocker.runtime.WithBlock
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic interfacestatic interface -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic <V> voidwith(V v, boolean nullSafe, WithBlock.Consumer1<V> consumer) static <V> voidwith(V v, boolean nullSafe, WithBlock.Consumer1<V> consumer, WithBlock.Consumer0 elseConsumer)
-
Constructor Details
-
WithBlock
public WithBlock()
-
-
Method Details
-
with
public static <V> void with(V v, boolean nullSafe, WithBlock.Consumer1<V> consumer) throws IOException - Throws:
IOException
-
with
public static <V> void with(V v, boolean nullSafe, WithBlock.Consumer1<V> consumer, WithBlock.Consumer0 elseConsumer) throws IOException - Throws:
IOException
-