@FunctionalInterface public static interface LBiConsumer.LObj1Obj0Cons<T2,T1> extends LBiConsumer<T1,T2>
Permutation of LBiConsumer for method references.
LBiConsumer.LBiConsumerSingle<T1,T2>, LBiConsumer.LObj1Obj0Cons<T2,T1>MetaInterface.NonThrowing, MetaInterface.Throwing<X>DESCRIPTION| Modifier and Type | Method and Description |
|---|---|
void |
acceptObj1Obj0(T2 a2,
T1 a1) |
default void |
acceptX(T1 a1,
T2 a2)
Implement this, but call accept(T1 a1,T2 a2)
|
accept, accept, accept, accept1st, accept2nd, acceptThen, andThen, biCons, biConsThrowing, biConsThrowing, call, capture, cast, cast, compose, composed, doNothing, failSafe, failSafeAccept, failSafeAccept, forEach, fromTill, fromTo, functionalInterfaceDescription, genericForEach, genericIterate, handling, handlingAccept, handlingAccept, iterate, iterate, iterate, lShrink, lShrinkc, lShrinked, lShrinkedc, nestingAccept, obj1Obj0Cons, pairForEach, pairIterate, recursive, rShrink, rShrinkc, rShrinked, rShrinkedc, safe, safe, safeSupplier, safeSupplier, shovingAccept, targetedForEach, targetedIterate, times, tryAccept, tryAccept, tryAccept, tryAcceptThen, trying, trying, tryingThen, tupleAccept, uncurry, untyped, wrapandThenisThrowingisConsumerformatTo, isAction, isFunction, isOperator, isPredicate, isSupplierdefault void acceptX(T1 a1, T2 a2)
LBiConsumerImplement this, but call accept(T1 a1,T2 a2)
acceptX in interface LBiConsumer<T1,T2>Copyright © 2019. All rights reserved.