Interface CurrentGroup.GroupTask<V>

Type Parameters:
V - the type of the return value
All Superinterfaces:
Callable<V>
Enclosing class:
CurrentGroup
Functional Interface:
This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.

@FunctionalInterface public static interface CurrentGroup.GroupTask<V> extends Callable<V>
Functional interface for a task during which a certain group should be used.
  • Method Summary

    Modifier and Type
    Method
    Description
    Executes the task.